Add new function _gdk_screen_get_font_map() and have one fontmap per
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 22 May 2006 04:04:51 +0000 (04:04 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 22 May 2006 04:04:51 +0000 (04:04 +0000)
commitf3b986724c3174fd48e14376b908d7b302a86095
tree885706920edf8bbdbc4db2e454c0c00aeb3b3cf9
parent3023c03a360c1b3f92800dae2d66dbfae0fa277a
Add new function _gdk_screen_get_font_map() and have one fontmap per

2006-05-21  Behdad Esfahbod  <behdad@gnome.org>

        * gdk/gdkinternals.h:
        * gdk/gdkscreen.c (gdk_screen_class_init), (gdk_screen_finalize),
        (update_fontmap_resolution), (gdk_screen_set_resolution):  Add new
        function _gdk_screen_get_font_map() and have one fontmap per screen,
        with the correct resolution set on it.

        * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Use
        _gdk_screen_get_font_map() instead of setting resolution on the
        PangoCairoContext.  (#342529)
ChangeLog
ChangeLog.pre-2-10
gdk/gdkinternals.h
gdk/gdkpango.c
gdk/gdkscreen.c